home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / querywin < prev    next >
Encoding:
Text File  |  2002-10-28  |  383 b   |  19 lines

  1. Synopsis:
  2.    $querywin(<target>)
  3.  
  4. Technical:
  5.    This function returns the window owning the query target <target>, or
  6.    nothing if there are no queries for <target>.
  7.  
  8. Returns:
  9.    the window refnum of the window owning <target>
  10.  
  11. Examples:
  12.    /window refnum 2
  13.    /query =person
  14.    /eval echo $querywin(=person)                    /* returns 2 */
  15.  
  16. See Also:
  17.    query(1)
  18.  
  19.